home *** CD-ROM | disk | FTP | other *** search
/ United Public Domain Gold 4 / United Public Domain Gold 4.iso / scope / sc034.dms / sc034.adf / contents < prev    next >
Text File  |  1990-11-23  |  2KB  |  45 lines

  1. Contents  ScopeDisk34
  2.  
  3.  
  4. SLATE - Slate! will do the following.
  5.     Display a slate (surprise!) with the following items: Title, Scene,
  6.     Client, Director, Editor, Comments, Date, and Time
  7.     All items may be changed at any time, indivudally or together.
  8.     Display video Black for Initializing a tape for insert editing.
  9.     Start a reverse 10 count (with beeps).
  10.     Automagic Tape preping (10 sec slate w/ cal tone,5 sec black,10 count)
  11.     Audio Calibration Tone Toggle.
  12.  
  13. NNETMT - The program Neuron.c simulates a SIMPLE stable state neural network
  14.     reporting on both input and output states and energy levels after each
  15.     iteration (namely set up for 8, though usually the network stabilizes 
  16.     after about 4). The program demonstrates a very straight-forward method
  17.     of programming a content-addressable memory and receiving output from
  18.     that memory. This program is based on a BASIC program developed in
  19.     Ed Rietman's book "Experiments in Artificial Neural Networks" published
  20.     by TAB Books copyright 1988.
  21.  
  22. PICS - A collection of pictures from various sources.  
  23.  
  24. ATMCLK - AtomClock will dial the U.S. Naval Observatory in Washington D.C., 
  25.     readthe 1200 BAUD time signal their atomic clock puts out and set the
  26.     Amiga system clock accordingly.  It runs from Workbench or CLI 
  27.     (distribution archive is "SUPERFRIENDLY").  The default configuration
  28.     will work with a Hayes-type modem but parameters can be adjusted for 
  29.     just about any modem. Good example of serial port access and reading 
  30.     icon TOOLTYPES.
  31.  
  32. PCPATCH - Along with this file you should find two programs called 'PcC3.5'
  33.     and 'PcF3.5'. They are made to patch PCCopy and PCFormat respectively 
  34.     from the 'EXTRAS 1.2' disk, to allow reading/writing/formatting 3.5 inch
  35.     360k (2 sides/40 Tracks/9 sectors) MS-DOS disks. In order to make the
  36.     programs work, put PcC3.5 and PCCopy, PcF3.5 and PCFormat into the same
  37.     directory. Patches are always applied in memory and not on disk, so you
  38.     may copy them directly into the Extras:PCUtil directory.
  39.  
  40. RADIO - This is an example of how 'radio buttons' could be implemented using
  41.     gadgets. I use the GadgetID and UserData fields of the gadget structure
  42.     to keep track of each set of radio buttons. When the user clicks on a
  43.     radio button a variable is set and an optional function is called with
  44.     the variable as an argument.
  45.